ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientDeletedRow Property

In This Topic
    OnClientDeletedRow Property (FlexGridBase<T>)
    In This Topic
    Occurs after the user has deleted a row by pressing the Delete key.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientDeletedRow As String
    public virtual string OnClientDeletedRow {get; set;}
    See Also